#!/bin/bash yum install epel-release -y; yum install yum-utils -y; yum install nginx -y; yum -y --enablerepo=remi-php72 install php php-intl php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd php-dom php-curl php-zip php-mbstring php-xml php-xmlreader php-simplexml php-bcmath php-soap php-amqplib php-fpm;